home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / brltty.postrm < prev    next >
Text File  |  2008-08-06  |  294b  |  19 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if test "$1" = "purge"
  6. then
  7.     rm -f /etc/brltty.conf
  8.     rm -f /etc/brlapi.key
  9. fi
  10.  
  11. #update-rc.d brltty remove > /dev/null
  12.  
  13. # Automatically added by dh_installinit
  14. if [ "$1" = "purge" ] ; then
  15.     update-rc.d brltty remove >/dev/null || exit $?
  16. fi
  17. # End automatically added section
  18.  
  19.